*/
#include "config.h"
+
+#include "gtkprivate.h"
+
#include <string.h>
#include <glib.h>
GtkUnit _gtk_print_get_default_user_units (void);
void _gtk_print_load_custom_papers (GtkListStore *store);
void _gtk_print_save_custom_papers (GtkListStore *store);
+GList * _gtk_load_custom_papers (void);
G_END_DECLS
GType _gtk_file_chooser_default_get_type (void) G_GNUC_CONST;
GtkWidget *_gtk_file_chooser_default_new (void);
+gchar * _gtk_file_chooser_label_for_file (GFile *file);
+
G_END_DECLS
#endif /* __GTK_FILE_CHOOSER_DEFAULT_H__ */
#include <config.h>
#include "gtknumerableicon.h"
+#include "gtknumerableiconprivate.h"
#include "gtkicontheme.h"
#include "gtkintl.h"
#include "gtkprintoperation.h" /* for GtkPrintError */
#include "gtkintl.h"
+#ifdef G_OS_UNIX /* _gtk_load_custom_papers() only on Unix so far */
+#include "gtkcustompaperunixdialog.h"
+#endif
+
#include "paper_names_offsets.c"
gtk_paper_size_get_name (size2)) == 0;
}
-GList * _gtk_load_custom_papers (void);
-
/**
* gtk_paper_size_get_paper_sizes:
* @include_custom: whether to include custom paper sizes
/*** BEGIN file-header ***/
#include "gtk.h"
#include "gtkprivate.h"
+#include "gtkprivatetypebuiltins.h"
/*** END file-header ***/
corner->vertical = 0;
}
}
+
void
_gtk_rounded_box_grow (GtkRoundedBox *box,
double top,
GtkStyleContext *context,
GtkJunctionSides junction);
+void _gtk_rounded_box_grow (GtkRoundedBox *box,
+ double top,
+ double right,
+ double bottom,
+ double left);
void _gtk_rounded_box_shrink (GtkRoundedBox *box,
double top,
double right,